@charset "UTF-8";

/*  Desc: netAdventist OpenID Default Theme
    Author: Daniel Lewis
    
    Contents:
	    HTML Elements
	    	html, body, ul, img, p, url, hr,...
	    Headers
		Links
		Header and Navigation
		Footer
		General Theme
		Profile and User Registration
		OpenId Requests
=== === === === === === === === === === */

/************************************************
*	HTML Elements
************************************************/
body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
ul{
	margin: 0px;
	}
img{
	padding: 0px;
	margin: 10px 15px 5px 0px;
	}
p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
hr {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0;
	}

/************************************************
*	Headers
************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: normal;
	}
h1 {
	font-size: 25px;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
h2 {
	font-size: 24px;
	letter-spacing: -0.5px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 26px;
	}
h3 {
	font-size: 18px;
	letter-spacing: -0.5px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
h5 {
	font-size: 14px;
	text-transform: none;
	letter-spacing: -0.25px;
	line-height: 16px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	}
h6 {
	font-size: 16px;
	letter-spacing: -0.25px;
	line-height: 18px;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
/************************************************
*	Links
************************************************/
a img {
	border: none;
	}
a, a:link, a:visited {
	color: #FF7A00;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}
/************************************************
*	Header and Navigation
************************************************/
#header{
	background:url(/images/Header-Background.gif) repeat-x;
	height:80px;
	text-align:left;
	}
#header h1 {
	width:210px;
	text-align:right;
	background: url("/images/Header-Logo.gif") no-repeat scroll 10px 20px transparent;
	color: #FFFFFF;
	font-weight: normal;
	padding: 47px 30px 0px;
	}
#header .title, #oid_navigation { 
	float:left;
	}
#oid_navigation{
	margin-top:42px;
	}
#oid_navigation li{
	display:inline-block;
	padding:5px 10px;
	}
#oid_navigation li a{
	color:#FFF;
	font-size:15px;
	}
#oid_navigation li a:hover{
	color:#CCC;
	text-decoration:none;
	}

/************************************************
*	Footer
************************************************/
#footer{
	margin:20px auto;
	width:800px;
	color:#AAA;
	clear:both;
	}
/************************************************
*	General Theme
************************************************/
#bodyarea{
	width:800px;
	margin:20px 0px 30px 280px;
	}
.clear {
	clear: both;
	}
#notice_message, #error_message{
	padding: 10px;
	color: #FFFFFF;
	width: 610px;
	font-weight: bold;
	border: 1px solid #61A037;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
#notice_message{
	background: #8CC63F;
	}
#error_message{
	background: #F6977B;
	border-color: #9A0C0B;
	}
.errorExplanation{
	background: #F6977B;
	border:2px solid #9A0C0B;
	padding:5px;
	margin:10px 0px;
	color:#000;
	}
.errorExplanation h2{
	font-size:20px;
	}
#bodyarea .button{
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	border:1px solid #80A5BF;
	border-width:0px 1px;
	}
#bodyarea a.button{
	background:url(/images/Button-Background-MedBlue.gif) repeat-x center;
	line-height:1.9em;
	padding:5px 12px;
	text-decoration:none;
	}
#bodyarea input.button{
	background:url(/images/Button-Background-MedBlue.gif) repeat-x center;
	padding:3px 12px 4px 12px;
	cursor:pointer;
	}
.actions{
	margin:10px 0px;
	}
.actions .button{
	margin-right:5px;
	}
.oid_table{
	width:500px;
	text-align:left;
	border-collapse:collapse;
	}
.oid_table th{
	background:url(/images/Gradient-Background-DarkGray.gif) repeat-x center;
	color:#FFF;
	padding:2px 5px;
	line-height:1.9;
	}
.oid_table td{
	background:#EBEBEB;
	line-height:2;
	padding:2px 5px;
	border-bottom:2px solid #FFF;
	vertial-align:middle;
	}
.oid_table .col_actions{
	text-align:right;
	}
.oid_table tr:hover td{
	background:#CBE0EA;
	}
.oid_table td.col_actions a {
	padding-right:5px;
	}
.oid_table td.col_actions img{
	margin:0;
	margin-bottom:-3px;
	border:0;
	}
/* Check box */
label.check{
	display:inline-block;
	}
.help_text{
	margin:0px;
	padding:0px;
	font-style:italic;
	color:#666;
	}
/************************************************
*	Profile and User Registration
************************************************/
.form_right_sidebar, .form_left_sidebar{
	float:left;
	}
.form_left_sidebar{
	width:200px;
	text-align:center;
	}
#user-profile-image-wrapper{
	width:100%;
	}
.form_left_sidebar #user-profile-image img, .profile_left_box img{
	border:1px solid #CCC;
	padding:3px;
	}
#user_page .form_field, #user_page .form_field div, .form_two_column{
	margin-bottom:10px;
	}
.form_two_column > div{
	display:inline-block;
	}
.user_spinner img{
	padding:0px 2px;
	margin:0px;
	}
.user_note{
	font-style:italic;
	}
.profile_left_box, .profile_right_box{ 
	float:left;
	}
.profile_left_box{
	width:80px;
	}
/************************************************
*	OpenId Requests  - /id/decide
************************************************/
td.col_two label.note{
	font-style:italic;
	}
label.note{
	display:inline-block;
	}